if( rsl.containsKey(rslKey) ){
//one to one mapping
job.envVariables.construct( envKey, (String)rsl.get(rslKey));
}
}
value = Long.toString(runtime);
}
job.envVariables.construct( envKey, value);
}
}